ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / PropertyBag Class / Set Method / Set<T1,T2>(PropertyBagKey<T1,T2>,T1) Method
The public type of this property.
The marshaling type of this property.
The property key.
The value.

In This Topic
    Set<T1,T2>(PropertyBagKey<T1,T2>,T1) Method
    In This Topic
    Sets the value of the property by using a PropertyBagKey<T1,T2>
    Syntax
    'Declaration
     
    Public Overloads Sub Set
        (Of T1,T2)( _
       ByVal propertyKey As PropertyBagKey(Of T1,T2), _
       ByVal value As T1 _
    ) 
    public void Set<T1,T2>( 
       PropertyBagKey<T1,T2> propertyKey,
       T1 value
    )

    Parameters

    propertyKey
    The property key.
    value
    The value.

    Type Parameters

    T1
    The public type of this property.
    T2
    The marshaling type of this property.
    See Also